processor address space

英 [ˈprəʊsesə(r) əˈdres speɪs] 美 [ˈprɑːsesər əˈdres speɪs]

网络  处理机地址空间

计算机



双语例句

  1. Apart from executing its instructions, a process might be engaged in managing open files, processor context, address space, and data related to the program, among other things.
    除了执行其指令之外,进程有时还会管理打开文件、处理器上下文、地址空间以及与程序相关的数据等。
  2. This state includes not only the processor registers ( the thread context) but also the address space accessible to the thread ( the process context).
    这个状态不但仅包含了处理器寄存器(进程上下文)而且还包含了线程可访问的地址空间(进程上下文)。
  3. A processor's standard address space.
    一个处理器的标准地址空间。
  4. The first step in this algorithm is a better solution for the communication overhead of inter-processor. Because the same processor share the same address space between threads, but address space of thread between the different processes is independent each other.
    本文算法的第一步就是为了解决处理器核间的通信开销,因为同一进程的线程间共享同一地址空间,不同进程间的线程的地址空间是相互独立的。